window: Remove suspicious branch
authorBenjamin Otte <otte@redhat.com>
Tue, 1 Dec 2015 16:25:54 +0000 (17:25 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 Dec 2015 23:29:29 +0000 (00:29 +0100)
commit67ab00e01ec06d7b05a82c3d80b235ac6c4abfd2
treef470e0295bff9d55ded8fe2361be4658843da436
parentd210ed7871d55cf80fef0396f00cb135efa8b286
window: Remove suspicious branch

It seems this branch is not needed anymore. It was originally added in
1999 to support gtk_widget_realize(), but all those reasons seem
obsolete today.
Instead just call gtk_widget_realize().

If you end up at this commit when bisecting:
There is no bug that made me remove this code, it was purely meant to be
cleanup / dead code removal. I seem to have introduced a new bug or
bisecting wouldn't have let you here. So it seems we should just revert
this commit.
gtk/gtkwindow.c